home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / misc / gms_dev.lha / GMSDev / Includes / clib / all.h next >
Encoding:
C/C++ Source or Header  |  1998-08-01  |  843 b   |  49 lines

  1. #ifndef CLIB_BLITTER_PROTOS_H
  2. #include <clib/_protos.h>
  3. #endif
  4.  
  5. #ifndef CLIB_COLOURS_PROTOS_H
  6. #include <clib/colours_protos.h>
  7. #endif
  8.  
  9. #ifndef CLIB_CONFIG_PROTOS_H
  10. #include <clib/config_protos.h>
  11. #endif
  12.  
  13. #ifndef CLIB_DPKERNEL_PROTOS_H
  14. #include <clib/dpkernel_protos.h>
  15. #endif
  16.  
  17. #ifndef CLIB_EMULATION_PROTOS_H
  18. #include <clib/emulation_protos.h>
  19. #endif
  20.  
  21. #ifndef CLIB_FILES_PROTOS_H
  22. #include <clib/files_protos.h>
  23. #endif
  24.  
  25. #ifndef CLIB_KEYBOARD_PROTOS_H
  26. #include <clib/keyboard_protos.h>
  27. #endif
  28.  
  29. #ifndef CLIB_MONITOR_PROTOS_H
  30. #include <clib/monitor_protos.h>
  31. #endif
  32.  
  33. #ifndef CLIB_OBJECTS_PROTOS_H
  34. #include <clib/objects_protos.h>
  35. #endif
  36.  
  37. #ifndef CLIB_SCREENS_PROTOS_H
  38. #include <clib/screens_protos.h>
  39. #endif
  40.  
  41. #ifndef CLIB_SOUND_PROTOS_H
  42. #include <clib/sound_protos.h>
  43. #endif
  44.  
  45. #ifndef CLIB_STRINGS_PROTOS_H
  46. #include <clib/strings_protos.h>
  47. #endif
  48.  
  49.